home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / games / zmud455.zip / ZMUD.EXE / 0 / RCDATA / TSELECTMUD / TSELECTMUD.txt
Text File  |  1997-04-13  |  11KB  |  458 lines

  1. object SelectMUD: TSelectMUD
  2.   Left = 184
  3.   Top = 175
  4.   HelpContext = 111
  5.   BorderStyle = bsDialog
  6.   Caption = 'MUD Connector'
  7.   ClientHeight = 398
  8.   ClientWidth = 453
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object StatBar: TPanel
  21.     Left = 0
  22.     Top = 381
  23.     Width = 453
  24.     Height = 17
  25.     Align = alBottom
  26.     Alignment = taLeftJustify
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.   end
  30.   object Description: TMemo
  31.     Left = 0
  32.     Top = 257
  33.     Width = 453
  34.     Height = 124
  35.     Align = alClient
  36.     ScrollBars = ssVertical
  37.     TabOrder = 1
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 0
  41.     Top = 25
  42.     Width = 453
  43.     Height = 232
  44.     Align = alTop
  45.     BevelOuter = bvNone
  46.     TabOrder = 2
  47.     object Image1: TImage
  48.       Left = 216
  49.       Top = 8
  50.       Width = 26
  51.       Height = 26
  52.       AutoSize = True
  53.       Center = True
  54.     end
  55.     object Label1: TLabel
  56.       Left = 212
  57.       Top = 66
  58.       Width = 28
  59.       Height = 13
  60.       Alignment = taRightJustify
  61.       Caption = 'Name'
  62.       Font.Color = clWindowText
  63.       Font.Height = -12
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.     end
  68.     object Label2: TLabel
  69.       Left = 188
  70.       Top = 90
  71.       Width = 52
  72.       Height = 13
  73.       Alignment = taRightJustify
  74.       Caption = 'Host / Port'
  75.       Font.Color = clWindowText
  76.       Font.Height = -12
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.     end
  81.     object MUDCount: TLabel
  82.       Left = 40
  83.       Top = 160
  84.       Width = 2
  85.       Height = 11
  86.     end
  87.     object Label4: TLabel
  88.       Left = 248
  89.       Top = 8
  90.       Width = 142
  91.       Height = 13
  92.       Caption = 'Select the MUD to connect to'
  93.     end
  94.     object Label7: TLabel
  95.       Left = 248
  96.       Top = 22
  97.       Width = 124
  98.       Height = 13
  99.       Caption = 'from the list on the right, or'
  100.     end
  101.     object Label8: TLabel
  102.       Left = 248
  103.       Top = 36
  104.       Width = 106
  105.       Height = 13
  106.       Caption = 'fill in the values below.'
  107.     end
  108.     object NextBtn: TBitBtn
  109.       Left = 208
  110.       Top = 196
  111.       Width = 77
  112.       Height = 27
  113.       Caption = '&Connect'
  114.       Default = True
  115.       Font.Color = clBtnText
  116.       Font.Height = -12
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       ModalResult = 1
  120.       ParentFont = False
  121.       TabOrder = 0
  122.       Glyph.Data = {
  123.         90010000424D9001000000000000760000002800000020000000100000000100
  124.         0400000000000001000000000000000000000000000000000000000000000000
  125.         80000080000000808000800000008000800080800000C0C0C000808080000000
  126.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  127.         333333333333333333333333344333333333333333FF33333333333334643333
  128.         3333333333F3F33333333333346643333333333333F33F333333333334666433
  129.         3333333333F333F333333333346666433333333333F3333F3333333334666664
  130.         3333333333F33333F3333333346666664333333333F333333F33333334666666
  131.         E333333333F33333383333333466666E3333333333F3333383333333346666E3
  132.         3333333333F333383333333334666E333333333333F33383333333333466E333
  133.         3333333333F3383333333333346E33333333333333F38333333333333EE33333
  134.         3333333333883333333333333333333333333333333333333333000000000000
  135.         0000000000000000000000000000000000000000}
  136.       Margin = 2
  137.       NumGlyphs = 2
  138.       Spacing = -1
  139.       IsControl = True
  140.     end
  141.     object CancelBtn: TBitBtn
  142.       Left = 288
  143.       Top = 196
  144.       Width = 77
  145.       Height = 27
  146.       Font.Color = clBtnText
  147.       Font.Height = -12
  148.       Font.Name = 'MS Sans Serif'
  149.       Font.Style = []
  150.       ParentFont = False
  151.       TabOrder = 1
  152.       Kind = bkCancel
  153.       Margin = 2
  154.       Spacing = -1
  155.       IsControl = True
  156.     end
  157.     object HelpBtn: TBitBtn
  158.       Left = 368
  159.       Top = 196
  160.       Width = 77
  161.       Height = 27
  162.       HelpContext = 111
  163.       Caption = 'Help'
  164.       Font.Color = clBtnText
  165.       Font.Height = -12
  166.       Font.Name = 'MS Sans Serif'
  167.       Font.Style = []
  168.       ParentFont = False
  169.       TabOrder = 2
  170.       Kind = bkHelp
  171.       Margin = 2
  172.       Spacing = -1
  173.       IsControl = True
  174.     end
  175.     object Name: TEdit
  176.       Left = 248
  177.       Top = 64
  178.       Width = 193
  179.       Height = 21
  180.       AutoSize = False
  181.       Font.Color = clWindowText
  182.       Font.Height = -12
  183.       Font.Name = 'MS Sans Serif'
  184.       Font.Style = []
  185.       ParentFont = False
  186.       TabOrder = 3
  187.     end
  188.     object Host: TEdit
  189.       Left = 248
  190.       Top = 88
  191.       Width = 156
  192.       Height = 21
  193.       AutoSize = False
  194.       Font.Color = clWindowText
  195.       Font.Height = -12
  196.       Font.Name = 'MS Sans Serif'
  197.       Font.Style = []
  198.       ParentFont = False
  199.       TabOrder = 4
  200.     end
  201.     object Port: TEdit
  202.       Left = 408
  203.       Top = 88
  204.       Width = 33
  205.       Height = 21
  206.       AutoSize = False
  207.       Font.Color = clWindowText
  208.       Font.Height = -12
  209.       Font.Name = 'MS Sans Serif'
  210.       Font.Style = []
  211.       ParentFont = False
  212.       TabOrder = 5
  213.     end
  214.     object MUDListBox: TListBox
  215.       Left = 7
  216.       Top = 36
  217.       Width = 169
  218.       Height = 186
  219.       ItemHeight = 13
  220.       Sorted = True
  221.       TabOrder = 6
  222.       OnClick = MUDListBoxClick
  223.     end
  224.     object FilterPanel: TPanel
  225.       Left = 8
  226.       Top = 9
  227.       Width = 169
  228.       Height = 25
  229.       BevelOuter = bvNone
  230.       TabOrder = 7
  231.       object Label6: TLabel
  232.         Left = 0
  233.         Top = 4
  234.         Width = 25
  235.         Height = 13
  236.         Caption = 'Filter:'
  237.         Font.Color = clBlack
  238.         Font.Height = -12
  239.         Font.Name = 'MS Sans Serif'
  240.         Font.Style = []
  241.         ParentFont = False
  242.       end
  243.       object FilterBox: TComboBox
  244.         Left = 33
  245.         Top = 1
  246.         Width = 136
  247.         Height = 21
  248.         Font.Color = clWindowText
  249.         Font.Height = -12
  250.         Font.Name = 'MS Sans Serif'
  251.         Font.Style = []
  252.         ItemHeight = 13
  253.         Items.Strings = (
  254.           '-All-'
  255.           'Aber'
  256.           'Circle'
  257.           'Diku'
  258.           'Envy'
  259.           'LP'
  260.           'Merc'
  261.           'Moo'
  262.           'Muck'
  263.           'MudOS'
  264.           'Muse'
  265.           'Mush'
  266.           'Rom'
  267.           'Tiny'
  268.           '-Other-')
  269.         ParentFont = False
  270.         TabOrder = 0
  271.         OnChange = FilterBoxChange
  272.         OnDropDown = FilterBoxDropDown
  273.         OnExit = FilterBoxExit
  274.       end
  275.     end
  276.     object AddrPanel: TPanel
  277.       Left = 208
  278.       Top = 112
  279.       Width = 236
  280.       Height = 73
  281.       BevelOuter = bvNone
  282.       TabOrder = 8
  283.       object Label5: TLabel
  284.         Left = 10
  285.         Top = 2
  286.         Width = 22
  287.         Height = 13
  288.         Alignment = taRightJustify
  289.         Caption = 'Addr'
  290.         Font.Color = clWindowText
  291.         Font.Height = -12
  292.         Font.Name = 'MS Sans Serif'
  293.         Font.Style = []
  294.         ParentFont = False
  295.       end
  296.       object UseBtn: TSpeedButton
  297.         Left = 200
  298.         Top = 0
  299.         Width = 33
  300.         Height = 20
  301.         Hint = 'Use IP Address|'
  302.         AllowAllUp = True
  303.         GroupIndex = 1
  304.         Caption = 'Use'
  305.         Font.Color = clBtnText
  306.         Font.Height = -12
  307.         Font.Name = 'MS Sans Serif'
  308.         Font.Style = []
  309.         ParentFont = False
  310.         Spacing = 0
  311.       end
  312.       object Label3: TLabel
  313.         Left = 8
  314.         Top = 26
  315.         Width = 24
  316.         Height = 13
  317.         Alignment = taRightJustify
  318.         Caption = 'Type'
  319.         Font.Color = clWindowText
  320.         Font.Height = -12
  321.         Font.Name = 'MS Sans Serif'
  322.         Font.Style = []
  323.         ParentFont = False
  324.       end
  325.       object URLLabel: TLabel
  326.         Left = 10
  327.         Top = 50
  328.         Width = 22
  329.         Height = 13
  330.         Alignment = taRightJustify
  331.         Caption = 'URL'
  332.         Font.Color = clWindowText
  333.         Font.Height = -12
  334.         Font.Name = 'MS Sans Serif'
  335.         Font.Style = []
  336.         ParentFont = False
  337.       end
  338.       object URLText: TLabel
  339.         Left = 40
  340.         Top = 50
  341.         Width = 3
  342.         Height = 13
  343.         Cursor = crDrag
  344.         Color = clBtnFace
  345.         Font.Color = clHighlight
  346.         Font.Height = -12
  347.         Font.Name = 'MS Sans Serif'
  348.         Font.Style = [fsUnderline]
  349.         ParentColor = False
  350.         ParentFont = False
  351.         OnClick = URLTextClick
  352.       end
  353.       object Addr: TEdit
  354.         Left = 40
  355.         Top = 0
  356.         Width = 156
  357.         Height = 21
  358.         AutoSize = False
  359.         Font.Color = clWindowText
  360.         Font.Height = -12
  361.         Font.Name = 'MS Sans Serif'
  362.         Font.Style = []
  363.         ParentFont = False
  364.         TabOrder = 0
  365.       end
  366.       object MudType: TEdit
  367.         Left = 40
  368.         Top = 24
  369.         Width = 193
  370.         Height = 21
  371.         AutoSize = False
  372.         Font.Color = clWindowText
  373.         Font.Height = -12
  374.         Font.Name = 'MS Sans Serif'
  375.         Font.Style = []
  376.         ParentFont = False
  377.         TabOrder = 1
  378.       end
  379.     end
  380.   end
  381.   object Panel2: TPanel
  382.     Left = 0
  383.     Top = 0
  384.     Width = 453
  385.     Height = 25
  386.     Align = alTop
  387.     Alignment = taLeftJustify
  388.     BevelOuter = bvLowered
  389.     Caption = ' List:'
  390.     TabOrder = 3
  391.     object ScottList: TSpeedButton
  392.       Left = 290
  393.       Top = 1
  394.       Width = 129
  395.       Height = 23
  396.       GroupIndex = 1
  397.       Caption = 'Scott Geiger'#39's List'
  398.       Font.Color = clBtnText
  399.       Font.Height = -10
  400.       Font.Name = 'MS Sans Serif'
  401.       Font.Style = []
  402.       ParentFont = False
  403.       OnClick = ScottListClick
  404.     end
  405.     object SmallList: TSpeedButton
  406.       Left = 32
  407.       Top = 1
  408.       Width = 129
  409.       Height = 23
  410.       GroupIndex = 1
  411.       Down = True
  412.       Caption = 'MUD Connector (small)'
  413.       Font.Color = clBtnText
  414.       Font.Height = -10
  415.       Font.Name = 'MS Sans Serif'
  416.       Font.Style = []
  417.       ParentFont = False
  418.       OnClick = SmallListClick
  419.     end
  420.     object BigList: TSpeedButton
  421.       Left = 161
  422.       Top = 1
  423.       Width = 129
  424.       Height = 23
  425.       GroupIndex = 1
  426.       Caption = 'MUD Connector (big)'
  427.       Font.Color = clBtnText
  428.       Font.Height = -10
  429.       Font.Name = 'MS Sans Serif'
  430.       Font.Style = []
  431.       ParentFont = False
  432.       OnClick = BigListClick
  433.     end
  434.     object UpdateBtn: TSpeedButton
  435.       Left = 426
  436.       Top = 1
  437.       Width = 25
  438.       Height = 23
  439.       Hint = 'Update List|'
  440.       Glyph.Data = {
  441.         78010000424D7801000000000000760000002800000020000000100000000100
  442.         04000000000000000000120B0000120B00000000000000000000000000000000
  443.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  444.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  445.         5555555555FFFFF555555555544C4C5555555555F777775FF5555554C444C444
  446.         5555555775FF55775F55554C4334444445555575577F55557FF554C4C334C4C4
  447.         335557F5577FF55577F554CCC3334444335557555777F555775FCCCCC333CCC4
  448.         C4457F55F777F555557F4CC33333CCC444C57F577777F5F5557FC4333333C3C4
  449.         CCC57F777777F7FF557F4CC33333333C4C457F577777777F557FCCC33CC4333C
  450.         C4C575F7755F777FF5755CCCCC3333334C5557F5FF777777F7F554C333333333
  451.         CC55575777777777F755553333CC3C33C555557777557577755555533CC4C4CC
  452.         5555555775FFFF77555555555C4CCC55555555555777775555550000}
  453.       NumGlyphs = 2
  454.       OnClick = UpdateBtnClick
  455.     end
  456.   end
  457. end
  458.